Marquee #1
This script scrolls a message from right to left, using the
substring function to cut the message smaller and smaller.
This is the fastest form of Marquee. You can make it faster
by cutting off more spaces per iteration.
Discussion
This JavaScript sets an initial
timeout in the BODY that is renewed in
the function it eventually calls. The
timeout is set here for 100 milliseconds.
Shorten or lengthen this to adjust the timing.
Copyright ©2000 by Charles River Media, All Rights Reserved